home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 2690 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: mariner.cris.com!Rug-rat
  2. From: Rug-rat@cris.com (Thomas Pinto)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Help on .GZ extension
  5. Date: 25 Feb 1996 13:46:59 GMT
  6. Organization: Concentric Internet Services
  7. Message-ID: <4gpp8j$t9a@spectator.cris.com>
  8. References: <Pine.3.89.9602250401.A4862-0100000@minor.rnet.com>
  9. NNTP-Posting-Host: mariner.cris.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Willard Baker (bronco@minor.rnet.com) wrote:
  13.  
  14. : While scanning FTP directories for C=64/C=128 software I see many files 
  15. : having a filename extention .GZ.
  16.  
  17. : Please, is this some sort of archive, and if so, what is needed to 
  18. : restore the files to executable form?
  19.  
  20. ".gz" is a utility used on the IBM platform to crush files to small
  21. little bytes.  To switch them back to normal you must have shell
  22. commands available on your internet account.  To do this from your
  23. internet account you type this at your shell prompt:
  24.  
  25. gunzip filename.gz
  26.  
  27. that's all!  It will ungunzip it and then the name of the file will
  28. be the same except it drops the ".gz" off the end of it.
  29.  
  30. Hope this helps ya.
  31.  
  32. ps: Some unix commands may differ from one another, but that command
  33.     works for me.
  34.  
  35. -Tom
  36.  
  37.